home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / db / db.dir / 00007_URL.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  247 b   |  11 lines

  1. on mouseDown
  2.   if the text of field 7 <> EMPTY then
  3.     copyToClipBoard(cast "URL")
  4.     if the machineType = 256 then
  5.       URLClicked(the text of field "URL")
  6.     else
  7.       alert("L' URL ├¿ stato copiato negli appunti.")
  8.     end if
  9.   end if
  10. end
  11.